home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 December / macformat-097.iso / MF Data / Behaviours / 00017_Script_legal < prev   
Encoding:
Text File  |  2000-10-10  |  265 b   |  13 lines

  1. on mouseEnter
  2.   put "" & return & "We have to put this on the CD..." into member("InfoText","Texts")
  3. end
  4.  
  5. on mouseDown
  6.   put empty into member("InfoText","Texts")
  7.   go to frame "legal"
  8. end
  9.  
  10. on mouseLeave
  11.   put empty into member("InfoText","Texts")
  12. end
  13.